downcast$22839$ - ترجمة إلى إيطالي
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

downcast$22839$ - ترجمة إلى إيطالي

THE ACT OF CASTING A REFERENCE OF A BASE CLASS TO ONE OF ITS DERIVED CLASSES; A TYPE CAST WHICH BREAKS THE ABSTRACTION MODEL; THE ABSTRACTION MAY HAVE TO BE REFACTORED OR ELIMINATED
Downcast

downcast      
adj. abbattuto, depresso, scoraggiato; basso

تعريف

downcast
1.
If you are downcast, you are feeling sad and without hope.
Barbara looked increasingly downcast as defeat loomed.
= dejected
ADJ: usu v-link ADJ
2.
If your eyes are downcast, you are looking towards the ground, usually because you are feeling sad or embarrassed.
She was silent, her eyes downcast.
ADJ: usu v-link ADJ

ويكيبيديا

Downcasting

In class-based programming, downcasting or type refinement is the act of casting a reference of a base class to one of its derived classes.

In many programming languages, it is possible to check through type introspection to determine whether the type of the referenced object is indeed the one being cast to or a derived type of it, and thus issue an error if it is not the case.

In other words, when a variable of the base class (parent class) has a value of the derived class (child class), downcasting is possible.

Some languages, such as OCaml, disallow downcasting.